Variables

Range: 0x80000200 to 0x800002FF. More...

Variables

int MV_E_NOT_IMPLEMENTED = 0x80000200
 The command is not supported by the device. More...
 
int MV_E_INVALID_ADDRESS = 0x80000201
 The target address does not exist. More...
 
int MV_E_WRITE_PROTECT = 0x80000202
 Writing to the target address is not supported. More...
 
int MV_E_ACCESS_DENIED = 0x80000203
 No access permission for the device. More...
 
int MV_E_BUSY = 0x80000204
 Device is busy, or network is disconnected. More...
 
int MV_E_PACKET = 0x80000205
 Network packet error. More...
 
int MV_E_NETER = 0x80000206
 Network error. More...
 
int MV_E_DRIVERATTACH = 0x80000207
 GigE driver is not assigned. More...
 
int MV_E_PACKET_ID_MISMATCH = 0x80000208
 The received packet ID mismatch. More...
 
int MV_E_IMAGE_BUFFER_OVERFLOW = 0x80000209
 Image buffer overflow. More...
 
int MV_E_NO_BUFFER_FOR_USE = 0x8000020A
 No available buffer for use. More...
 
int MV_E_XML_INFO_PACKET_ERR = 0x8000020B
 Error occurred when parsing XML information packet. More...
 
int MV_E_TIMEOUT = 0x8000020C
 Timed out. More...
 
int MV_E_NET_TRANSMISSION_TYPE_ERR = 0x8000020D
 Network transmission type parameter error (unicast, multicast, etc.). More...
 
int MV_E_SUPPORT_MODIFY_DEVICE_IP = 0x8000020E
 Changing device IP mode is not supported under fixed IP mode. More...
 
int MV_E_KEY_VERIFICATION = 0x8000020F
 Incorrect secret key. More...
 
int MV_E_VALUE_NOT_EXPECTED = 0x80000210
 The value does not meet the requirement. More...
 
int MV_E_DEV_DISCONNECT = 0x80000211
 Device is disconnected. More...
 
int MV_E_UDP_INIT = 0x80000212
 UDP initialization failed. More...
 
int MV_E_UDP_SEND_DATA = 0x80000213
 Sending data via UDP failed. More...
 
int MV_E_UDP_RECV_DATA = 0x80000214
 Receiving data via UDP failed. More...
 
int MV_E_UDP_CONNECT = 0x80000215
 UDP connection failed. More...
 
int MV_E_UDP_RESET_CONNECT = 0x80000216
 Resetting UDP connection failed. More...
 
int MV_E_MULTICAST_ADD_DEVICE = 0x80000217
 Adding multicast device failed. More...
 
int MV_E_MULTICAST_IP_INVALID = 0x80000218
 IP address exception. More...
 
int MV_E_IP_CONFLICT = 0x80000221
 Device IP address conflict. More...
 

Detailed Description

Range: 0x80000200 to 0x800002FF.

Variable Documentation

◆ MV_E_NOT_IMPLEMENTED

int MV_E_NOT_IMPLEMENTED = 0x80000200

The command is not supported by the device.

◆ MV_E_INVALID_ADDRESS

int MV_E_INVALID_ADDRESS = 0x80000201

The target address does not exist.

◆ MV_E_WRITE_PROTECT

int MV_E_WRITE_PROTECT = 0x80000202

Writing to the target address is not supported.

◆ MV_E_ACCESS_DENIED

int MV_E_ACCESS_DENIED = 0x80000203

No access permission for the device.

◆ MV_E_BUSY

int MV_E_BUSY = 0x80000204

Device is busy, or network is disconnected.

◆ MV_E_PACKET

int MV_E_PACKET = 0x80000205

Network packet error.

◆ MV_E_NETER

int MV_E_NETER = 0x80000206

Network error.

◆ MV_E_DRIVERATTACH

int MV_E_DRIVERATTACH = 0x80000207

GigE driver is not assigned.

◆ MV_E_PACKET_ID_MISMATCH

int MV_E_PACKET_ID_MISMATCH = 0x80000208

The received packet ID mismatch.

◆ MV_E_IMAGE_BUFFER_OVERFLOW

int MV_E_IMAGE_BUFFER_OVERFLOW = 0x80000209

Image buffer overflow.

◆ MV_E_NO_BUFFER_FOR_USE

int MV_E_NO_BUFFER_FOR_USE = 0x8000020A

No available buffer for use.

◆ MV_E_XML_INFO_PACKET_ERR

int MV_E_XML_INFO_PACKET_ERR = 0x8000020B

Error occurred when parsing XML information packet.

◆ MV_E_TIMEOUT

int MV_E_TIMEOUT = 0x8000020C

Timed out.

◆ MV_E_NET_TRANSMISSION_TYPE_ERR

int MV_E_NET_TRANSMISSION_TYPE_ERR = 0x8000020D

Network transmission type parameter error (unicast, multicast, etc.).

◆ MV_E_SUPPORT_MODIFY_DEVICE_IP

int MV_E_SUPPORT_MODIFY_DEVICE_IP = 0x8000020E

Changing device IP mode is not supported under fixed IP mode.

◆ MV_E_KEY_VERIFICATION

int MV_E_KEY_VERIFICATION = 0x8000020F

Incorrect secret key.

◆ MV_E_VALUE_NOT_EXPECTED

int MV_E_VALUE_NOT_EXPECTED = 0x80000210

The value does not meet the requirement.

◆ MV_E_DEV_DISCONNECT

int MV_E_DEV_DISCONNECT = 0x80000211

Device is disconnected.

◆ MV_E_UDP_INIT

int MV_E_UDP_INIT = 0x80000212

UDP initialization failed.

◆ MV_E_UDP_SEND_DATA

int MV_E_UDP_SEND_DATA = 0x80000213

Sending data via UDP failed.

Network exception.

◆ MV_E_UDP_RECV_DATA

int MV_E_UDP_RECV_DATA = 0x80000214

Receiving data via UDP failed.

Network exception.

◆ MV_E_UDP_CONNECT

int MV_E_UDP_CONNECT = 0x80000215

UDP connection failed.

◆ MV_E_UDP_RESET_CONNECT

int MV_E_UDP_RESET_CONNECT = 0x80000216

Resetting UDP connection failed.

◆ MV_E_MULTICAST_ADD_DEVICE

int MV_E_MULTICAST_ADD_DEVICE = 0x80000217

Adding multicast device failed.

◆ MV_E_MULTICAST_IP_INVALID

int MV_E_MULTICAST_IP_INVALID = 0x80000218

IP address exception.

It is out of multicast range.

◆ MV_E_IP_CONFLICT

int MV_E_IP_CONFLICT = 0x80000221

Device IP address conflict.